home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2294 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: dispatch.news.demon.net!demon!digita.demon.co.uk
  2. From: info@digita.demon.co.uk (Digita International)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Wordwoth 5 Arexx Commands
  5. Date: Mon, 19 Feb 1996 13:46:57 GMT
  6. Organization: Digita International Limited
  7. Message-ID: <824738324.10790@digita.demon.co.uk>
  8. References: <689.6622T1093T2535@ryker.demon.co.uk>
  9. Reply-To: info@digita.demon.co.uk
  10. NNTP-Posting-Host: digita.demon.co.uk
  11. X-NNTP-Posting-Host: digita.demon.co.uk
  12. X-Newsreader: Forte Free Agent v0.46
  13.  
  14. will@ryker.demon.co.uk (Daz Talbot) wrote:
  15.  
  16.  
  17. >I've finally got my WW5 :)
  18.  
  19. >I think some of the Arexx commands are bugged :(
  20.  
  21. >I cant get the DOCUMENT command to make a custom screen size.  No matter what
  22. >values I use for the width and height, I get a 6x9 page.
  23.  
  24. >Also DRAWTEXTFRAME wont set the top and bottom margins to anything except 0.5
  25.  
  26. >Am I alone or have I found bugs??
  27.  
  28. We expected we would get this a lot, there are to our knowledge no
  29. problems with Wordworth`s ARexx support, but it is very easy to think
  30. there is when scripts don`t work. There are many pitfalls you can fall
  31. in, and we had problems ourselves writing ARexx scripts for Wordworth,
  32. but every time it turned out to be a mistake in the ARexx script, e.g.
  33. using a keyword for one of the ARexx commands as a variable name, or
  34. not putting quotes around certain parameters.
  35.  
  36. Regarding your problems, I suggest you check you have quotes around
  37. the parameters for document width/height and TextFrame top/bottom
  38. margins, e.g. `Document "12in" "4in"` for a custom page size of 12
  39. inches by 4 inches.
  40.  
  41. If you still have problems then tell me exactly what your ARexx script
  42. line is.
  43.  
  44. Mark.
  45.  
  46.  
  47.